*** empty log message ***
authorColin Walters <walters@gnu.org>
Thu, 2 May 2002 21:22:56 +0000 (21:22 +0000)
committerColin Walters <walters@gnu.org>
Thu, 2 May 2002 21:22:56 +0000 (21:22 +0000)
lisp/ChangeLog

index c05f1f6dd4baf08db9c58c75dcb889e04fbb15ce..83abeb26433b2b089d9fa810edb40d0908bc88d3 100644 (file)
@@ -1,3 +1,12 @@
+2002-05-02  Colin Walters  <walters@verbum.org>
+
+       * replace.el (occur-mode-map): Bind "q" to `delete-window'.
+       (occur-1): If one of the buffers we're searching is the *Occur*
+       buffer itself, handle it by creating a temporary buffer.  If any
+       of the buffers being searched are killed, note that in the search
+       result message.  Also, set local variables before we possibly kill
+       the buffer.
+
 2002-05-02  Kim F. Storm  <storm@cua.dk>
 
        * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.